<% sql="select * from info where id="&request("id")&" order by id desc" rs.open sql,conn,1,1 if rs.eof and rs.bof then response.write "

没有详细信息。点击返回

" else response.write"

详细信息" do while not (rs.eof or err) %> <%if rs("zhaohua")<>"" then%> <%end if%> <%if rs("email")<>"" then%> <%end if%> <%if rs("addr1")<>"" then%> <%end if%> <%if rs("code1")<>"" then%> <%end if%> <%if rs("tel1")<>"" then%> <%end if%> <%if rs("call1")<>"" then%> <%end if%> <%if rs("homepage")<>"" and rs("homepage")<>"http://" then%> <%end if%> <%if rs("info1")<>"" then%> <%end if%>

名 字:

<%=rs("name")%> (From ip: <%=rs("ip")%> || 资料修改日期<%=rs("date")%>)

朝花网名:

<%=rs("zhaohua")%>

E-Mail:

"><%=rs("email")%>

通信地址:

<%=rs("addr1")%>

邮政编码:

<%=rs("code1")%>

联系电话:

<%=rs("tel1")%>

手机号码:

<%=rs("call1")%>

个人主页:

" target="_blank"><%=rs("homepage")%>

个人信息:

<%=replace(rs("info1"),vbCrLf,"

")%>

〖返回〗 <% rs.movenext loop end if %>